Skip to content

move to using declarations#3066

Merged
iancooper merged 3 commits into
BrighterCommand:masterfrom
SimonCropp:move-to-using-declarations
Apr 26, 2024
Merged

move to using declarations#3066
iancooper merged 3 commits into
BrighterCommand:masterfrom
SimonCropp:move-to-using-declarations

Conversation

@SimonCropp

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread samples/ASBTaskQueue/Greetings/Adaptors/Data/MigrationSqlHelper.cs Outdated
Comment thread src/Paramore.Brighter.Inbox.MsSql/MsSqlInbox.cs
Comment thread src/Paramore.Brighter.Inbox.MsSql/MsSqlInbox.cs
Comment thread src/Paramore.Brighter.Inbox.MySql/MySqlInbox.cs
Comment thread src/Paramore.Brighter.Inbox.Sqlite/SqliteInbox.cs
Comment thread src/Paramore.Brighter.Inbox.Sqlite/SqliteInbox.cs
Comment thread src/Paramore.Brighter.Inbox.Sqlite/SqliteInbox.cs
Comment thread tests/Paramore.Brighter.MSSQL.Tests/MsSqlTestHelper.cs
Comment thread tests/Paramore.Brighter.MSSQL.Tests/MsSqlTestHelper.cs
Comment thread tests/Paramore.Brighter.MSSQL.Tests/MsSqlTestHelper.cs
Comment thread tests/Paramore.Brighter.MySQL.Tests/MySqlTestHelper.cs
Comment thread tests/Paramore.Brighter.MySQL.Tests/MySqlTestHelper.cs
Comment thread tests/Paramore.Brighter.MySQL.Tests/MySqlTestHelper.cs
Comment thread tests/Paramore.Brighter.PostgresSQL.Tests/PostgresSqlTestHelper.cs
Comment thread tests/Paramore.Brighter.PostgresSQL.Tests/PostgresSqlTestHelper.cs
Comment thread tests/Paramore.Brighter.PostgresSQL.Tests/PostgresSqlTestHelper.cs

@iancooper iancooper left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am concerned about nested using statements when replaced with a declaration, as we need to check that there is no dependency that one needs to be shut before the other. This is particularly a problem with streams. We can end up with data not written to streams. So we may want to review those. The other nested statements around the Db should be fine.

@iancooper iancooper self-assigned this Apr 24, 2024
@iancooper iancooper added 3 - Done v10 .NET Pull requests that update .net code labels Apr 24, 2024
@iancooper

Copy link
Copy Markdown
Member

Thanks @SimonCropp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Done .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants